SftTree/NET 2.0

MaxLines Property, FootersClass Class

Softel vdm, Inc.

Defines the maximum number of text lines to be displayed by column footers.

Syntax      FootersClass Class (Softelvdm.SftTreeNET)

VB   

Public Property MaxLines As Integer

C#   

public int MaxLines { get; set; }

C++   

public: property int MaxLines {
        int get();
        void set(int value);
}

Property Value

The maximum number of text lines to be displayed by column footers or 0 if there is no limit.

The default value is 1.

Comments

The MaxLines property defines the maximum number of text lines to be displayed by column footers.

The TextPartClass class honors this property and never displays more than the defined number of text lines for column footers.

When designing additional parts (derived from GenericPartClass or from TextPartClass), make sure to honor this property.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com